home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / daolibb / childvie.h < prev    next >
C/C++ Source or Header  |  1998-12-31  |  1KB  |  55 lines

  1. // ChildView.h : interface of the CChildView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_CHILDVIEW_H__BCBC9B6D_9F6F_11D2_91E5_EE9021000000__INCLUDED_)
  6. #define AFX_CHILDVIEW_H__BCBC9B6D_9F6F_11D2_91E5_EE9021000000__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CChildView window
  14.  
  15. class CChildView : public CWnd
  16. {
  17. // Construction
  18. public:
  19.     CChildView();
  20.  
  21. // Attributes
  22. public:
  23.  
  24. // Operations
  25. public:
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CChildView)
  30.     protected:
  31.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. public:
  36.     virtual ~CChildView();
  37.  
  38.     // Generated message map functions
  39. protected:
  40.     //{{AFX_MSG(CChildView)
  41.     afx_msg void OnPaint();
  42.     afx_msg void OnFileModem();
  43.     afx_msg void OnFileCustomer();
  44.     afx_msg void OnFileCustomerOpen();
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_CHILDVIEW_H__BCBC9B6D_9F6F_11D2_91E5_EE9021000000__INCLUDED_)
  55.